home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 2: Gray Edwards.iso / pc / assets / gray-photogallery.dcr / 00002_startMovie.ls next >
Encoding:
Text File  |  2001-07-21  |  464 b   |  25 lines

  1. global selectionChecker, buttonchecker
  2.  
  3. on startMovie
  4.   puppetSound(1, 0)
  5.   puppetSprite(160, 0)
  6.   selectionChecker = 0
  7.   buttonchecker = 0
  8.   sprite(2).visible = 1
  9.   sprite(20).visible = 1
  10.   sprite(21).visible = 1
  11.   sprite(22).visible = 0
  12.   sprite(24).visible = 0
  13.   puppetSprite(16, 0)
  14.   i = 141
  15.   repeat while i <= 146
  16.     sprite(i).visible = 0
  17.     i = 1 + i
  18.   end repeat
  19.   i = 151
  20.   repeat while i <= 156
  21.     sprite(i).visible = 1
  22.     i = 1 + i
  23.   end repeat
  24. end
  25.